core: remove HEAD file, use branches instead
authorColin Walters <walters@verbum.org>
Thu, 27 Oct 2011 13:21:07 +0000 (09:21 -0400)
committerColin Walters <walters@verbum.org>
Thu, 27 Oct 2011 18:32:05 +0000 (14:32 -0400)
commit7ca1c3d2e730baa19eb4cbdfb7c43f5016241d27
treee9e1d63ca309909704b333d81bd633322584745a
parent6924e79e609f092eb7db15eca086ce97a282a8d5
core: remove HEAD file, use branches instead

HEAD in git describes a working copy, and we don't have those.
Instead, default to a "master" branch.  This also lets us support
multiple branches.
16 files changed:
src/libostree/ostree-repo.c
src/libostree/ostree-repo.h
src/libotutil/ot-gio-utils.c
src/libotutil/ot-gio-utils.h
src/ot-builtin-commit.c
src/ot-builtin-fsck.c
src/ot-builtin-log.c
src/ot-builtin-show.c
tests/libtest.sh
tests/t0002-commit-one.sh
tests/t0003-commit-multiple.sh
tests/t0004-checkout-test1.sh
tests/t0005-nested-tree.sh
tests/t0006-removal.sh
tests/t0007-commit-stdin.sh
tests/t0009-commit-symlink.sh